home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / TCL / AMReminder / CmdCodes.h < prev    next >
Text File  |  1996-03-19  |  268b  |  14 lines

  1. /* CmdCodes.h -- command code declarations */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. #pragma once
  5.  
  6. #ifndef __CmdCodes__
  7. #define __CmdCodes__
  8.  
  9. const long cmdAddReminder = 'Addr';
  10. const long cmdEditReminder = 'Edir';
  11. const long cmdDeleteReminder = 'Delr';
  12.  
  13. #endif
  14.